core: Move pull logic into an API
authorColin Walters <walters@verbum.org>
Tue, 9 Jul 2013 21:56:51 +0000 (17:56 -0400)
committerColin Walters <walters@verbum.org>
Tue, 9 Jul 2013 21:58:03 +0000 (17:58 -0400)
commitb18e21be1dfd5457d48eb1a60f7bd147315cde44
tree94c83e816169cec3ba2484434b75a1125b089ba4
parenta181310a49ced1724a9fee03d7efab3f56b85dcd
core: Move pull logic into an API

The general trend should be becoming more of a shared library with
command line wrappers.
Makefile-ostree.am
src/ostree/ostree-pull.c
src/ostree/ostree-pull.h [new file with mode: 0644]
src/ostree/ot-builtin-pull.c [new file with mode: 0644]